home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 July / Software of the Month - Ultimate Collection Shareware 263.iso / pc / Xtras / Widget Wizard / -INSTRCT.DIR / 00006_Script_Previous Button script < prev    next >
Text File  |  1997-05-10  |  136b  |  4 lines

  1. on mouseDown
  2.   if the memberNum of sprite (the clickon) = the number of member "PrevDim" then exit
  3.   else doButtonHilite "goPrev"
  4. end